struct _KSPIN_LOCK_QUEUE// Size=0x8
{
    struct _KSPIN_LOCK_QUEUE * Next;// Offset=0x0 Size=0x4
    unsigned long * Lock;// Offset=0x4 Size=0x4
};